|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.jface.wizard.Wizard
org.eclipse.vtp.desktop.core.wizards.AddDesignCanvasWizard
public class AddDesignCanvasWizard
This wizard walks the user throught the creation of a new design canvas. The application that will contain the new canvas is provided to the constructor. The name of the new canvas is collected and compared to the names of the existing design canvases. If the name already exists, the finish button will be disabled. Otherwise the new canvas is created by the creator of this wizard upon its completion.
| Field Summary |
|---|
| Fields inherited from class org.eclipse.jface.wizard.Wizard |
|---|
DEFAULT_IMAGE |
| Constructor Summary | |
|---|---|
AddDesignCanvasWizard(java.lang.String[] currentNames)
Creates a new AddDesignCanvasWizard instance with the
given application. |
|
| Method Summary | |
|---|---|
java.lang.String |
getCanvasName()
|
boolean |
performFinish()
|
| Methods inherited from class org.eclipse.jface.wizard.Wizard |
|---|
addPage, addPages, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitle |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AddDesignCanvasWizard(java.lang.String[] currentNames)
AddDesignCanvasWizard instance with the
given application.
| Method Detail |
|---|
public java.lang.String getCanvasName()
public boolean performFinish()
performFinish in interface org.eclipse.jface.wizard.IWizardperformFinish in class org.eclipse.jface.wizard.Wizard
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||